home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id009.dxr / 00080.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  241 b   |  17 lines

  1. on exitFrame
  2.   if the timer < 175 then
  3.     if the loaded of member "termy2" = 0 then
  4.       preloadMember("termy2")
  5.     end if
  6.     go(the frame)
  7.   else
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   sound stop 1
  14.   sound stop 2
  15.   go(22)
  16. end
  17.